libimobiledevice: update to the latest git version
authorGeorgi Valkov <[email protected]>
Tue, 29 Jul 2025 15:22:36 +0000 (18:22 +0300)
committerRobert Marko <[email protected]>
Thu, 31 Jul 2025 19:50:51 +0000 (21:50 +0200)
Fix initial device enumeration

change log
https://github.com/libimobiledevice/libimobiledevice/commits/master/

Signed-off-by: Georgi Valkov <[email protected]>
libs/libimobiledevice/Makefile
libs/libimobiledevice/patches/020-config.patch

index 597a2242a823495618b97831b08403b1f28a84e8..65454123c3b5b46a3ef9dcf4832a4ae58658d8f5 100644 (file)
@@ -12,9 +12,9 @@ PKG_RELEASE:=1
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL:=https://github.com/libimobiledevice/libimobiledevice.git
-PKG_SOURCE_DATE:=2024-10-27
-PKG_SOURCE_VERSION:=5aebbc0c694d1048712505195c32a17c3091d417
-PKG_MIRROR_HASH:=26f3b15e2cb7d79b20541f3c53852014415f9ca527dc13ffe0184bec24d9e69f
+PKG_SOURCE_DATE:=2025-07-29
+PKG_SOURCE_VERSION:=c269d7e3a7c28ac33d05d5c3de6a8682f480abd0
+PKG_MIRROR_HASH:=47a6e5aea5dedaabcf91b68357fbb1e7a64bf9df22d4c10b13e85002207bcdf1
 
 PKG_MAINTAINER:=Rosen Penev <[email protected]>
 PKG_LICENSE:=LGPL-2.1-or-later
index 2df33f6d939a6538d3af773829ac7023eed858d6..73555c5d5aac58b8338438929cda2265e7928cbd 100644 (file)
@@ -1,6 +1,6 @@
 --- a/common/userpref.c
 +++ b/common/userpref.c
-@@ -173,7 +173,7 @@ const char *userpref_get_config_dir()
+@@ -174,7 +174,7 @@ const char *userpref_get_config_dir()
  #ifdef __APPLE__
        base_config_dir = strdup("/var/db");
  #else